- name mangling
- декорирование имениИспользуется для записи внешнего имени перегруженной функции. Нужен для выбора имени в зависимости от типов параметров.См. overload.
English-Russian glossary of C + +. 2014.
English-Russian glossary of C + +. 2014.
Name mangling — This article is about name mangling in computer languages. For name mangling in file systems, see filename mangling. In compiler construction, name mangling (also called name decoration) is a technique used to solve various problems caused by the … Wikipedia
Microsoft Visual C++ Name Mangling — is a mangling (decoration) scheme used in Microsoft Visual C++ series of compilers. It provides a way of encoding name and additional information about a function, structure, class or another datatype in order to pass more semantic information… … Wikipedia
Mangling — The term mangling may refer to: name mangling in computer software using a mangle as a laundry device changing, mutilating or disfiguring by cutting, tearing, rearranging etc: see wikt:mangle This disambiguation page lists articles associa … Wikipedia
Filename mangling — dablink|This article discusses the mangling of filenames for operating system compatibility.For the concept of name mangling within compilers, see name mangling.The process of name mangling, in computing, involves a re writing of the file name… … Wikipedia
Dotfuscator — is software used for obfuscation of .NET assemblies. Among its abilities are mangling of identifier names into unreadable characters, but also changing control flow into being more unreadable at the IL level for a human and other relatively… … Wikipedia
C++ — The C++ Programming Language, written by its architect, is the seminal book on the language. Paradigm(s) Multi paradigm:[1] procedural … Wikipedia
Tilde — For the baseball player known as the Big Tilde, see Magglio Ordóñez. ◌̃ Tilde Punctuation … Wikipedia
nm (Unix) — The nm command ships with a number of later versions of Unix and similar operating systems. nm is used to examine binary files (including libraries, compiled object modules, shared object files, and standalone executables) and to display the… … Wikipedia
Address munging — NOTOC Address munging is the practice of disguising, or munging, an e mail address to prevent it being automatically collected and used as a target for people and organizations who send unsolicited bulk e mail. Address munging is intended to… … Wikipedia
Python syntax and semantics — The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). Python was designed to be a highly readable language. It aims… … Wikipedia
Symbole (informatique) — Pour les articles homonymes, voir Symbole. En programmation informatique, un symbole est une étiquette apposée sur certains éléments du code objet, du bytecode ou d un arbre syntaxique abstrait, permettant de les identifier sous cette forme… … Wikipédia en Français